home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say "*********************************************************************"
- Say " Name: Test Case 16"
- Say " "
- Say " Program: Picture Man"
- Say " "
- Say " Purpose: To display a 1280x1024x256 GIF image"
- Say " in a full screen WIN-OS/2"
- Say " "
- Say " "
- Say " Please refer to test16.doc for more"
- Say " information on what this test case does."
- Say "*********************************************************************"
-
- '@echo off'
- Pause
- 'cd ..\pman'
- 'call pman ..\..\data\1280x102.gif'
- 'cd ..\testcase'
- '@echo on'
- EXIT
-